/* 自定义样式 */

h1,h2,h3,h4,h5,h6,p{margin: 0;padding: 0;}
.clear{clear: both;}


/*****内容区1200像素******/
@media (min-width: 768px) {
    .container {
        width:750px
    }
}
@media (min-width: 992px) {
    .container {
        width:970px
    }
}
@media (min-width: 1200px) {
    .container {
        width:1200px
    }
}



/* 搜索框 */
.search-box {border-bottom: 1px solid #eee;background: #f8f8f8;height: 60px;}
.search-box .hot_search{font-size: 15px;line-height: 1;float: left;width: 65%;margin-top: 25px;}
.search-box .hot_search b {color: #111;font-size: 15px;line-height: 1;}
.search-box .hot_search a{font-size: 15px;color: #363636;}
.search-box .hot_search a:hover{color: #da251d;}
.search-box .searchbox{margin-top: 12px;text-align: right;position: relative;float: left;width: 35%}
.search-box .searchbox input{    height: 36px;outline: none;border-radius: 0;border: none;font-size: 15px;}
.search-box .searchbox input[type="text"]{    width: 60%;border: 1px solid #da251d;padding-left: 10px;font-size: 14px;background: #fff;}
.search-box .searchbox input[type="submit"] {width: 20%;margin-left: -5px;background: #da251d;font-size: 15px;color: #fff;letter-spacing: 3px;position: relative;}




@media (min-width: 992px) and (max-width: 1200px){
  
}
@media (max-width: 992px){

}
@media (max-width: 767px){

}

@media (max-width: 415px){
 
}





/* 公用标题样式 */
.bt {text-align: center;margin-bottom: 30px;border-bottom: 1px dashed #ddd;}
.bt h3 { color: #da251d; font-size: 24px;font-weight: bold; letter-spacing: 2px; line-height: 1;margin-bottom: 8px;}
.bt h3 span{color: #000;}
.bt h5 { text-transform: uppercase; font-size: 15px; font-weight: bold; line-height: 1;}
.bt h5 span{color: #c10000;}
.bt hr {margin: 8px auto -2px; border-top: 3px solid #da251d;width: 10%;}

@media (min-width: 992px) and (max-width: 1200px){
  
}

@media (max-width: 992px) {

  
  
}

@media (max-width: 767px) {
  
  .bt {margin: 0 15px 20px;}

}

/* 公司四大块详细介绍开始 */
.gsjs-4k .nr-wz {border: 1px solid rgb(232, 232, 232);background-color: rgb(251, 251, 251);height:358px; width:283px;margin: 25% 0}
.gsjs-4k .nr-wz:hover{ }
.gsjs-4k .nr-wz .img-k {border-bottom: 1px dashed #b0b0b0;width: 44%;margin: 10% auto;}
.gsjs-4k .nr-wz h3 {font-size: 18px;text-align: center;font-weight: bold;color: #da251d;margin-top: 5%;}
.gsjs-4k .nr-wz p {font-size: 14px;width: 90%;margin: auto;color: rgb(102, 102, 102);margin-top: 6%;}


@media (max-width: 992px){
  .gsjs-4k .col-md-3 {float: left;width: 50%;padding: 0 10px;}
  .gsjs-4k .nr-wz {border: 1px solid rgb(232, 232, 232);background-color: rgb(251, 251, 251);height: 358px;width: 100%;margin: 5% 0;}


}
@media (max-width: 767px){
  
  .gsjs-4k .nr-wz .img-k {width: 76%; margin:1% auto;}
  .gsjs-4k .nr-wz h3 { font-size:16px;}
  .gsjs-4k .nr-wz p { font-size:12px;}
  .gsjs-4k .nr-wz { height:300px;}
  
  
}

/* 产品展示 */
.cpzs{padding: 60px 0;background: rgb(244, 244, 244);}

.cp-nav{text-align: center;margin-bottom: 20px;}
.cp-nav ul{overflow: hidden;display: inline-block;}
.cp-nav ul li {float: left; margin: 0 10px; }
.cp-nav ul li a{display: block;background: #1b4f98;color: #fff;padding: 5px;}
.cp-nav ul li a span {font-size: 15px;line-height: 1;display: inline-block; border: 1px solid rgb(255 255 255 / 50%);padding: 8px 16px;}
.cp-nav ul li a:hover{background: #c10000;}

.cp-cont{}
.cp-cont ul{overflow: hidden;}
.cp-cont ul li {
    float: left;
    width: 32%;
    margin-bottom: 15px;
    background: #fff;
    margin-left: 10px;
}
.cp-cont ul li a{display:block;}
.cp-cont ul li a .cp-img {
    height: 220px;
    overflow: hidden;
    display: flex;
    border: 1px solid #ffc3c0;
    flex-wrap: wrap;
    align-content: center;
    width: 90%;
    margin: 10px auto;
}
.cp-cont ul li a .cp-img img{width: 100%;min-height: 100%;transition:all .6s;}
.cp-cont ul li a p {
    text-align: center;
    font-size: 18px;
    line-height: 1;
    padding: 8px 0;
    color: #fff;
    background: #da251d;
}
.cp-cont ul li a:hover .cp-img img{transform: scale(1.1);}
.cp-cont ul li a:hover p{}

.cp-btn{margin-top: 20px;text-align: center;}
.cp-btn a { display: inline-block; font-size: 15px; line-height: 1; background: #da251d; color: #fff; padding: 10px 25px; border-radius: 2px;}
.cp-btn a:hover{background: #c10000;}

@media (min-width: 992px) and (max-width: 1200px){
  
  .cp-cont ul li a .cp-img{height: 180px;}
  
}

@media (max-width: 992px) {

  .cp-nav ul li {float: left; margin: 0 0 10px; width: 33.333%;padding: 0 20px;}
  .cp-nav ul li a span{display: block;}
  
  .cp-cont ul li{padding: 0 5px;}
  .cp-cont ul li a .cp-img{height: 130px;}
  .cp-cont ul li a p{font-size: 15px;}
  
}

@media (max-width: 767px) {
  
  .cp-nav{padding: 0 10px;}
  .cp-nav ul li{width: 46%;padding: 0 5px;margin-bottom: 5px;}
  .cp-nav ul li a{padding: 3px;}
  .cp-nav ul li a span{font-size: 13px;padding: 8px 0;}
  
  .cp-cont { padding: 0 10px;}
  .cp-cont ul li{width: 47%;padding: 0 5px;margin-bottom: 5px;}
  .cp-cont ul li a .cp-img { height: 120px;}
  .cpzs {padding: 30px 0;}
  
  
}








/* 关于我们 */
.gywm{padding: 50px 0;background: #f8f8f8;}

.gy-bt{}

.gy-cont{position: relative;}
.gy-img{position: absolute;top: 30px;left: 0;z-index: 3;width: 37%;height:300px;overflow: hidden;box-shadow: 15px 15px 0 #da251d;}
.gy-img img{width: 100%;}

.gy-nr { float: right; width: 70%; background: #fff; padding: 30px 30px 30px 10%;box-shadow: 2px 2px 5px #ddd;border-radius: 3px;}
.gy-nr h3 {font-size: 20px;line-height: 1; color: #da251d;font-weight: bold; letter-spacing: 2px;}
.gy-nr hr{border-top: 2px solid #da251d;width: 10%;margin: 10px 0;}
.gy-txt{height: 225px;overflow: hidden; overflow-y: auto;padding-right: 10px; }
.gy-txt p {font-size: 15px;line-height: 1.5;}
.gy-txt::-webkit-scrollbar {width: 3px;background: #ddd;border-radius: 10px;}
.gy-txt::-webkit-scrollbar-thumb { background-color: #da251d;  -webkit-border-radius: 2em;-moz-border-radius: 2em;border-radius: 2em;}

.gy-btn{margin-top: 20px;padding-left: 60px;}
.gy-btn a {display: inline-block;font-size: 15px;line-height: 1;background: #da251d;color: #fff;border-radius: 8px;padding: 13px 30px;margin: 0 30px;}
.gy-btn a:hover{background: #c30b03;}


@media (max-width: 992px){
  .gy-btn {margin-top: 20px;padding-left: 10px;}
  .gy-btn a {margin: 0 5px;}


}
@media (max-width: 767px){
  .gy-btn a {display: inline-block;font-size: 10px;line-height: 1;background: #da251d;color: #fff;border-radius: 8px;padding:12px 20px;margin: 0 6px;}
  
}


@media (min-width: 992px) and (max-width: 1200px){
  
}

@media (max-width: 992px) {

  .gy-img{height: 190px;}
  .gy-txt p {font-size: 14px;line-height: 1.4;}
  .gy-txt{height: 160px;}
  
}

@media (max-width: 767px) {

  .gy-img{display: none;}
  .gy-nr {float: none;width: 95%;background: #fff; padding: 20px 15px;box-shadow: 2px 2px 5px #ddd;  border-radius: 3px; margin: auto;}

  .gy-txt {height: 270px;}
  
}



/* 产品 */
.anli{padding: 50px 0;}

.al-cont {
    border: 1px solid #d6d6d6;
}

.str_wrap,.str_wrap.str_active{background: none}

.walking{height: 270px !important;}
.walking .ar_1{width: 300px;height: 270px;margin-left: 20px;}

.walking .ar_1 .item {height: 220px;overflow: hidden;display: flex; flex-wrap: wrap; align-content: center;}
.walking .ar_1 .item img{width:100%;min-height: 100%;height: auto;}
.walking .ar_1 p {background: none;color: #fff; padding: 10px 0;  font-size: 15px;  line-height: 1;height: auto;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;background:#da251d;}
.walking .ar_1:hover .item{border-color: #c30b03;}
.walking .ar_1:hover p{color: #fff;}

.al-btn{text-align: center;margin:20px 0;}
/* .al-btn a { display: inline-block; font-size: 15px; line-height: 1; background: #da251d; color: #fff; padding: 13px 30px; border-radius: 2px;transition: all .5s;border-radius:50px;} */
.al-btn a {display: inline-block;font-size: 24px;color: #da251d;padding: 13px 30px;transition: all .5s;border: 4px solid #da251d;width: 20%;line-height: 30px;}
/* .al-btn a:hover{background: #c30b03;} */
.al-btn a:hover{background: #da251d; color:#fff;}

@media (min-width: 992px) and (max-width: 1200px){
  
}

@media (max-width: 992px) {

  .walking .ar_1{width: 250px;height: 230px;margin-left: 15px;}
  .walking .ar_1 .item {height: 200px;}
  .al-btn a { width:45%;}
  
}

@media (max-width: 767px) {
  
  .walking {height: 180px !important;}
  .walking .ar_1 { width: 170px; height: 180px;margin-left: 15px;}
  .walking .ar_1 .item {height: 125px;}
  .walking .ar_1 p{font-size: 14px;}

}



/* 服务 */
.wmfw-bg {background-color: transparent;background-position: center top;background-repeat: no-repeat;background-image: url(../images/23455.jpg);background-attachment: fixed;width: 100%;}
.wmfw-bg .bt {text-align: center;margin-bottom: 5%;border-bottom: 1px dashed #fff;margin-top:50px;}
.wmfw-bg .bt h3 {color: #ffffff;font-size: 24px;font-weight: bold;letter-spacing: 2px;line-height: 1;margin-bottom: 8px;}
.wmfw-bg .bt h3 span {color: #da251d;}
.wmfw-bg .bt h5 {text-transform: uppercase;font-size: 15px;font-weight: bold;line-height: 26px;color: #da251d;}
.wmfw-bg .bt hr {margin: 8px auto -2px;border-top: 3px solid #da251d;width: 10%;}
.wmfw-bg .fw-k1 { background:#da251d; width:283px; height:358px;margin-bottom:25%;}
.wmfw-bg .fw-k1 .tu-k { width:50%; margin:auto;}
.wmfw-bg .fw-k1 .tu-k img { margin:40% 0 20% 0; width:100%}
.wmfw-bg .fw-k1 h3 { color:#fff; font-size:24px; text-align:center;font-weight:bold;}
.wmfw-bg .fw-k1 p { color:#fff; font-size:18px; text-align:center;line-height:50px;}

.wmfw-bg .fw-k2 { background:#fff; width:283px; height:358px;margin-bottom:25%;}
.wmfw-bg .fw-k2 .tu-k { width:50%; margin:auto;}
.wmfw-bg .fw-k2 .tu-k img { margin:40% 0 20% 0; width:100%}
.wmfw-bg .fw-k2 h3 { color:#da251d; font-size:24px; text-align:center;font-weight:bold;}
.wmfw-bg .fw-k2 p { color:#da251d; font-size:18px; text-align:center;line-height:50px;}

@media (max-width: 992px){
  .wmfw-bg .col-md-3 {float: left;width: 50%;padding: 0 10px;}
  .wmfw-bg .fw-k1 {width: 100%;margin: 5% 0;}
  .wmfw-bg .fw-k2 {width: 100%;margin: 5% 0;}


}
@media (max-width: 767px){
  .wmfw-bg .fw-k1 {height: 240px;}
  .wmfw-bg .fw-k2 {height: 240px;}
  .wmfw-bg .fw-k1 .tu-k img {margin: 15% 0 20% 0;}
  .wmfw-bg .fw-k2 .tu-k img {margin: 15% 0 20% 0;}
  .wmfw-bg .fw-k1 p {line-height: 28px;}
  .wmfw-bg .fw-k2 p {line-height: 28px;}
  
}


/* 新闻 */
.xinw{padding:60px 0 0px 0;}


.xw-cont{}
.xw-left{float: left;width: 49%;}
.carousel-inner>.item{height: 315px;}
.carousel-inner>.item img{width: 100%;}

.xw-right{float: right;width: 48%;}
.xw-list{}
.xw-list li{}
.xw-list li a{display: block;overflow: hidden;padding: 15px 0;border-bottom: 1px dashed #bbb;}
.xw-list li a h3 { font-size: 15px; line-height: 1; width: 80%; float: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;background: url(../images/xw-ico.png)no-repeat center left;padding-left: 20px;}

.xw-list li a h5{float: right;width: 20%;text-align: right;padding-right: 10px;font-size: 12px;line-height: 1;color: #666;}
.xw-list li a:hover h3{color: #1b4f98;}



@media (min-width: 992px) and (max-width: 1200px){
  
  .xw-list li a{padding: 20px 0;}
  
}

@media (max-width: 992px) {

  .xw-list li a{padding: 13px 0;}
  .xw-list li a h3{font-size: 14px;width: 78%;}
  .xw-list li a h5{font-size: 12px;width: 22%;}

  
}

@media (max-width: 767px) {
  
  .xw-left { float: none;  width: 100%; margin-bottom: 20px;padding: 015px;}
  .carousel-inner>.item {height: 240px;}
  .xw-right {float: none;width: 100%;padding: 0 15px;}
  
  .xinw {padding: 30px 0 0 0 ;}

}



/* 友情链接 */
.links {  margin: 0;  font-size: 16px;line-height: 1.5;padding-bottom: 20px;}
.links span{font-weight: bold;}
.links a {  margin: 0 5px; font-size: 15px;line-height: 1.5;}
.links a:hover{color: #1482d7;}







/* 底部 */
.f_one {background: rgb(32, 32, 32);padding: 20px 0 20px;}
.f-nav {border-bottom: 1px solid #bbb;padding-bottom: 20px;margin-bottom: 20px;}
.f-nav ul{overflow: hidden;}
.f-nav ul li {border-right: 1px solid #fff;float: left;padding: 0 55px;}
.f-nav ul li:last-child{border: none;}
.f-nav ul li a { color: #ccc; display: inline-block;font-size: 15px;line-height: 1;}
.f-nav ul li a:hover{color: #da251d;}

.f-logo{float: left;width: 27%;padding-top: 40px;}
.f-logo h3 {  color: #eee; font-size: 22px;line-height: 1; letter-spacing: 3px; margin-bottom: 6px;}
.f-logo h5 { color: #ddd;font-size: 13px;line-height: 1;margin-bottom: 20px;}

.f-lx { float: left; width: 45%;  border-left: 1px solid #ddd; padding: 10px 15px;}
.f-lx p { color: #ddd;font-size: 15px; line-height: 1;margin-bottom: 8px;}
.f-lx p span{display: inline-block;width: 80px;text-align: right;}
.f-lx p a:hover{color: #8bc5f9;}

.f-ewm{float: right;width: 24%;}
.ewm-box{float: left;width: 50%;padding: 0 10px;text-align:center;}
.ewm-box img{width: 100%;}
.ewm-box p { color: #ddd;font-size: 15px;line-height: 1;padding-top: 5px;}


/* 区域设置 */
.sec-tit.left-keyword-tit, .themain {
    display: block;
}
.themain {
    clear: both;
    text-align: center;
    color: #eee;font-size: 15px;line-height: 1;margin-top: 10px;
}
.themain a {
    color: #eee;
    margin: 0 5px;display: inline-block;
}

.f_two {  background: rgb(32, 32, 32); border-top: 1px solid #a7a7a7; padding: 15px 0;}
.f_two p{text-align: center;font-size:15px;line-height: 1;color: #ddd;}


@media (min-width: 992px) and (max-width: 1200px){
  
  .f-nav ul li{padding: 0 38px;}
  
  .f-lx p{font-size: 14px;}
  .f-logo{width: 30%;}
  
}
@media (max-width: 992px) {


}

@media (max-width: 767px) {

  

}


.footer{display: none;}
@media (max-width: 768px){
/*手机底部菜单*/
.footers { display:none}
.footer {background: #21272f;display: -webkit-box;width: 100%;margin-top: 6px;background-size: 9px 128px;position: fixed;z-index: 110;bottom: 0;left: 0; display:block; line-height:45px;}
.footer a {-webkit-box-flex: 1;display: -webkit-box;color: #fff; display:inline-block; width:32%;font: 100 16px/35px "微软雅黑";height: 35px; line-height:35px; text-align:center;}
.footer a i { padding-right:5px;}
.hr { height:0px;}
}







/* 内页样式 */
.page-body {margin: 30px auto 50px;}

.left_menu{float: left;width: 22%;margin-right: 3%;padding:0;}
.page-body .col-md-9{float: left;width: 75%;padding: 0;}


.sec-tit {border: none;height: 50px;line-height: 50px;background: #da251d;padding: 0 10px;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.sec-tit h2 {float: left; margin-top: 0;margin-bottom: 0; height: auto;line-height: 50px; font-weight: bold; font-size: 18px;color: #ffffff;border: none;}

.sec-tit h5{margin-top:16px;}
.sec-tit h5 a{color:#fff;}
.sec-tit h5 a:hover{background: #f9b31e}

.page-l-clist ul { padding: 5px 10px; border: 2px solid #da251d;}
.page-l-clist li { height: 45px; line-height: 45px; text-align: center; font-size: 15px;border: none; background: #eee; margin: 10px 0;}
.page-l-clist li a{display:block;}
.page-l-clist li a:hover {   display: inline-block; width: 100%;  height: 45px; color: #fff; background: #da251d;}
.page-l-clist li .layer2{left: 100%;}


.left-news li a h5 { line-height: 1; text-align: left; font-size: 14px; padding: 10px;  overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.left-news li a:hover h5{color: #da251d;}

.sec-marquee-c strong{font-size: 18px;}


/* 右侧 */
.page-alist{margin-top: 0;}

.crumbs-item {line-height: 1;border-bottom: 3px double #d7dbdf;overflow: hidden;margin-bottom: 15px;}
.crumbs-item h5 {font-size: 15px;line-height: 1; padding: 7px 0;color: #555;}

.wp-pagenavi{text-align: center;}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #da251d;
    border-color: #da251d;
}
.pagination>li>a, .pagination>li>span{color: #da251d;}

/* 新闻列表 */

.page-alist .page-adate {width: 70px;height: 65px;background: #da251d;}

.page-alist .page-adate h3 { font-size: 28px;line-height: 1;margin-bottom: 5px;}
.page-alist .page-adate p { font-size: 14px;line-height: 1; margin-bottom: 0;}

.media-heading {margin-top: 0; margin-bottom: 5px; font-size: 18px; font-weight: normal;color: #222;margin-top: 3px;}
.page-alist .page-atit p {color: #555;font-size: 14px; line-height: 1.5;}

.page-atit a:hover .media-heading{color: #da251d;}

/*新闻*/
.sec-news{margin-top: 35px;margin-bottom:35px;}
.new-top{border-bottom:3px solid #cc0000;padding: 0;}
.new-1{padding:0;}
.new-1 img{float:left;padding-top: 4px;}
.new-1 p{font-size: 18px;color: #333333;float:left;padding-left: 10px;padding-bottom: 8px;font-weight:bold;}
.new-2{padding:0;}
.new-2 a{font-size: 14px;color: #a0a2a6;}
.new-box{padding:0;}
.news_3 .fl img {width:152px;height:98px;}
.news_3 {padding: 1% 0%;}
.news_3 .fl {width: 28%;}
.news_3 .fr {width: 69%;}
.news_3 a {color: #333333;font-size:15px;}
.news_3 a:hover{ color:#da251d;}
.news_3 span {font-size: 12px;color: #ababab;}
.news_3 p {height: 50px;line-height: 23px;padding-top: 2px;color: #929292;font-size: 14px;}
.news_1{background:none; padding: 0;}
.news_1 i {color: #da251d;line-height: 35px;}
.news_1 a {float: left;color: #323232; font-weight:normal;font-size:14px;padding-left: 6px;line-height:32px;width: 63%;}
.news_1 a:hover{ color:#da251d;}
.news_1 span{color:#929292;font-size: 12px;width: 33%;}
.news_1 li{border-bottom: 1px dashed #cccccc;line-height: 34px;}



@media (max-width: 992px){
  


}
@media (max-width: 767px){
  .news_3 .fl img {width: 135px;height: 90px;}
  .news_3 .fr {width: 60%;}

  
}


/* 图片列表 */
.page-alist .col-md-4 {padding: 0 8px;margin-bottom: 10px;}
.img-inner{width: 300px;overflow: hidden;}
.img-inner:hover {border: 1px solid #da251d;overflow: hidden;}

.page-alist .col-md-4 a{display:block;}
.page-alist .col-md-4 a h5 { height: auto; line-height: 1; overflow: hidden; font-size: 16px; text-align: center;padding: 5px 0;float: none;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.page-alist .col-md-4 a:hover h5{color: #da251d;}

.page-nav{display: none;}
.page-nav ul{overflow: hidden;}
.page-nav ul li{width: 50%;padding: 0 5px;float: left;border: none;margin-bottom: 10px;}
.page-nav ul li a { display: block;text-align: center; background: #eee; font-size: 14px; line-height: 1;padding: 15px 0;}
.page-nav ul li a:hover{color: #fff;background: #da251d;}

/* 详情页 */
.page-con-tit{}
.page-con-tit h1{font-size: 20px;line-height: 1;padding-bottom: 10px;}

.product_detail h1.title{font-size: 20px;line-height: 1;}
.list_p li h2 { margin-top: 0;font-size: 14px;line-height: 1;}
.list_p li { height: auto; line-height: 1; font-size: 14px; border-bottom: 1px dashed #e0e1dc; padding: 10px 0;font-family: "Microsoft YaHei";}
.list_p li h2 a { font-size: 14px;font-family: "Microsoft YaHei";}


/* 地图 */
.page-addr{}
.page-addr iframe{width: 100%;}


/* 留言 */
.form-control:focus {
    border-color: #da251d;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(27 79 152 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(27 79 152 / 60%);
}

@media (min-width: 992px) and (max-width: 1200px){
  
  
  
}

@media (max-width: 992px){
  
  .page-body {margin: 10px auto 50px;}
  .page-body .col-md-9{float: none;width: 100%;}
  .page-alist .col-md-4 {padding: 0 8px;margin-bottom: 10px;float: left;width: 33.3333%;}
  
  .page-alist .page-atit p {height: 4rem;}
  
  .page-nav{display: block;}
  .page-nav ul li{width: 33.3333%;}
  
}

@media (max-width: 767px){
  
  .page-body { margin: 5px auto 40px;}
  .page-body .col-md-9 {float: none; width: 100%; padding: 0 15px;}
  
  .crumbs-item h5{font-size: 13px;}
  
  .page-content{padding-top: 0;}
  
  .page-nav{display: block;}
  .page-nav ul li{width: 50%;padding: 0 5px;}

  .page-alist .col-md-4{padding: 0 5px;width: 50%;}
  .img-inner { height: 120px;}
  .page-alist .col-md-4 a h5{font-size:14px;}
  
  .page-alist .page-atit p {height: 4rem;font-size: 13px;}
  
  
  .product_detail .img {overflow: hidden;}
  
  
  .page-alist .col-md-4{height: auto;}
  
  
}
.zoomPad{z-index: 1 !important;}

